home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / SLAX 6.0.8 / slax-6.0.8.iso / boot / slax.cfg < prev    next >
Text File  |  2008-08-27  |  5KB  |  128 lines

  1. PROMPT 0
  2. TIMEOUT 90
  3. DEFAULT /boot/vesamenu.c32
  4. MENU BACKGROUND /boot/slax.png
  5.  
  6. MENU WIDTH 36
  7. MENU MARGIN 0
  8. MENU ROWS 8
  9. MENU HELPMSGROW 14
  10. MENU TIMEOUTROW 22
  11. MENU TABMSGROW 24
  12. MENU CMDLINEROW 24
  13. MENU HSHIFT 40
  14. MENU VSHIFT 2
  15.  
  16.     menu color screen    37;40      #00000000 #00000000 none
  17.     menu color border    30;44      #00000000 #00000000 none
  18.     menu color title    1;36;44    #00000000 #00000000 none
  19.     menu color unsel    37;44      #ff60CA00 #00000000 none
  20.     menu color hotkey    1;37;44    #ff60CA00 #00000000 none
  21.     menu color sel        7;37;40    #ffffffff #ff60CA00 none
  22.     menu color hotsel    1;7;37;40  #ff808080 #ff60CA00 none
  23.     menu color scrollbar    30;44      #00000000 #00000000 none
  24.  
  25.     menu color tabmsg    31;40      #aaaaaaaa #00000000 none
  26.     menu color cmdmark    1;36;40    #ffff0000 #00000000 none
  27.     menu color cmdline    37;40      #aaaaaaaa #00000000 none
  28.     menu color pwdborder    30;47      #ffff0000 #00000000 std
  29.     menu color pwdheader    31;47      #ffff0000 #00000000 std
  30.     menu color pwdentry    30;47      #ffff0000 #00000000 std
  31.     menu color timeout_msg    37;40      #aaaaaaaa #00000000 none
  32.     menu color timeout    1;37;40    #ffaaaaff #00000000 none
  33.     menu color help        37;40      #aaaaaa00 #00000000 none
  34.     menu color msg07    37;40      #90ffffff #00000000 std
  35.  
  36.  
  37. LABEL xconf
  38. MENU LABEL Slax Graphics mode (KDE)
  39. KERNEL /boot/vmlinuz
  40. APPEND initrd=/boot/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw autoexec=xconf;telinit~4 changes=/slax/
  41. TEXT HELP
  42.                                           More about currently selected:
  43.  
  44.                                           Run Slax the best way we can.
  45.                                           Try to autoconfigure graphics
  46.                                           card and use the maximum
  47.                                           allowed resolution
  48. ENDTEXT
  49.  
  50.  
  51. LABEL fresh
  52. MENU LABEL Slax Always Fresh
  53. KERNEL /boot/vmlinuz
  54. APPEND initrd=/boot/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw autoexec=xconf;telinit~4
  55. TEXT HELP
  56.                                           More about currently selected:
  57.  
  58.                                           Normally Slax saves all changes
  59.                                           to the /slax/changes/ directory
  60.                                           on the boot media (if writable)
  61.                                           and restores them next time.
  62.                                           Use this option to start fresh
  63.                                           system, no changes are neither
  64.                                           read nor written anywhere
  65. ENDTEXT
  66.  
  67. LABEL cp2ram
  68. MENU LABEL Slax Copy To RAM
  69. KERNEL /boot/vmlinuz
  70. APPEND initrd=/boot/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw copy2ram autoexec=xconf;telinit~4
  71. TEXT HELP
  72.                                           More about currently selected:
  73.  
  74.                                           Run Slax the same like above,
  75.                                           but first copy all data to RAM
  76.                                           to get huge speed (needs >300MB)
  77. ENDTEXT
  78.  
  79. LABEL startx
  80. MENU LABEL Slax Graphics VESA mode
  81. KERNEL /boot/vmlinuz
  82. APPEND initrd=/boot/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw autoexec=telinit~4 changes=/slax/
  83. TEXT HELP
  84.                                           More about currently selected:
  85.  
  86.                                           Run Slax with KDE, but skip
  87.                                           gfx-card config. Force 1024x768
  88.                                           using standard VESA driver
  89. ENDTEXT
  90.  
  91. LABEL slax
  92. MENU LABEL Slax Text mode
  93. KERNEL /boot/vmlinuz
  94. APPEND initrd=/boot/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw changes=/slax/
  95. TEXT HELP
  96.                                           More about currently selected:
  97.  
  98.                                           Run Slax in textmode and start
  99.                                           command prompt only
  100. ENDTEXT
  101. LABEL pxe
  102. MENU LABEL Slax as PXE server
  103. KERNEL /boot/vmlinuz
  104. APPEND initrd=/boot/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw autoexec=/boot/pxelinux.cfg/start;/boot/pxelinux.cfg/web/start;xconf;telinit~4
  105. TEXT HELP
  106.                                           More about currently selected:
  107.  
  108.                                           Run Slax as usual, but also
  109.                                           initialize PXE server.
  110.                                           This will allow you to boot Slax
  111.                                           on other computers over network
  112. ENDTEXT
  113.  
  114.  
  115. MENU SEPARATOR
  116.  
  117. LABEL memtest86
  118. MENU LABEL Run Memtest utility
  119. KERNEL /boot/mt86p
  120. TEXT HELP
  121.                                           More about currently selected:
  122.  
  123.                                           Don't start Slax at all, but
  124.                                           rather run the MemTest utility
  125.                                           to diagnose your computer's RAM
  126.                                           for possible errors
  127. ENDTEXT
  128.